Google News
logo
JMeter - Interview Questions
What is a Timer in JMeter? What are the types of it?`
A JMeter thread by default will send requests continuously without any pause. Timers are used to get a pause between the request.

The different types of Timer in JMeter are :

Constant Timer : This element delays each request in a Thread Group for the same amount of time.
Gaussian Timer : This element is used to delay each user request for a random period of time.
Synchronizing Timer : This element is used to release number of threads at given point.
Uniform Random Timer : This element is used to delay each request for a random period of time.
Advertisement